object Open: TOpen Left = 334 Top = 422 BorderIcons = [] BorderStyle = bsDialog Caption = 'Select Path' ClientHeight = 222 ClientWidth = 217 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnActivate = FormActivate PixelsPerInch = 96 TextHeight = 13 object var1: TLabel Left = 24 Top = 216 Width = 3 Height = 13 Visible = False end object drive: TDriveComboBox Left = 0 Top = 168 Width = 217 Height = 19 TabOrder = 0 OnChange = driveChange end object Button1: TButton Left = 32 Top = 192 Width = 75 Height = 25 Caption = 'Select' TabOrder = 1 OnClick = Button1Click end object Button2: TButton Left = 112 Top = 192 Width = 75 Height = 25 Caption = 'Cancel' TabOrder = 2 OnClick = Button2Click end object dir: TDirectoryListBox Left = 0 Top = 0 Width = 217 Height = 161 ItemHeight = 16 TabOrder = 3 end end